POV-Ray : Newsgroups : povray.general : Mandelbrot : Mandelbrot Server Time
7 Aug 2024 21:24:42 EDT (-0400)
  Mandelbrot  
From: Nekar Xenos
Date: 29 May 2001 11:01:17
Message: <3b13b9bd@news.povray.org>
Does anyone know if 4d Mandelbrots are possible as I've never seen any.

I'd also like to know if it's possible to make smooth mandelbrot 'mountains'
without height fields.  Mandelbrots always have these sharp edges between
levels.

--
/* Nekar Xenos */#local N=<-20,40,100>;#local K=<20,-40,100>;#local R=seed(0);
blob{#while((K-N).x>0)#local X=N;#local N=N+<rand(R),rand(R),1>/3;#local N=(
vlength(N-K)<vlength(X-K)?N:2*X-N);sphere{<N.y,-N.x,N.z>,1,1 scale .02}sphere{N
,1,1 scale.02}sphere{<-N.x-40,N.y,N.z>1,1 scale.01}sphere{<N.x+40,-N.y,N.z>1,1
scale.01 }#end pigment{rgbt 1}interior{media{emission <2,4,5>*5}}hollow}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.